From: Michael Albinus Date: Sun, 24 Aug 2014 15:47:06 +0000 (+0200) Subject: Mention the new functions `string-collate-lessp' and `string-collate-equalp'. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~23^2~3423^2~1156 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=849abe1dc11852666082627c5c385d682e9eca47;p=emacs.git Mention the new functions `string-collate-lessp' and `string-collate-equalp'. --- diff --git a/etc/NEWS b/etc/NEWS index 9a2c03aad15..58a749a79b4 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -66,6 +66,12 @@ for use in Emacs bug reports. hiding character but the default `.' can be used by let-binding the variable `read-hide-char'. +** The new functions `string-collate-lessp' and `string-collate-equalp' +preserve the collation order as defined by the system's locale(1) +environment. For the time being this is implemented for POSIX systems +only, for other systems they fall back to their counterparts +`string-lessp' and `string-equal'. + * Editing Changes in Emacs 24.5